Welcome![Sign In][Sign Up]
Location:
Search - lucene web

Search list

[Software Engineering1

Description: 一个关于基于DotLucene网站全文搜索系统的实现的优秀论文-DotLucene-based Web site on full-text search system for outstanding thesis
Platform: | Size: 3499008 | Author: tyiu | Hits:

[JSP/Javalucenetest

Description: lucene实现搜索引擎的建立索引数据库,处理搜索结果. myeclipse4.2 weblogic 9 验证通过 部署方法 修改web.xml启动参数dataDir,indexDir -realize Lucene search engine indexing databases, deal with the search results. myeclipse4.2 weblogic 9 authentication methods through the deployment of web.xml modify boot parameters dataDir, indexDir
Platform: | Size: 1277952 | Author: | Hits:

[Search Engineluceneweb

Description: 本系统是一个基于lucene的web版文件检索系统。支持文件索引、查找。-This system is a web-based version of the Lucene document retrieval system. Support for document indexing, search.
Platform: | Size: 1362944 | Author: wlj | Hits:

[Search EngineIndexFiles

Description: 基于Lucene的网页生成工具,对于有网页爬行器从网络上下载下来的网页库,本软件可以对他们进行网页索引生成,生成网页索引是搜索引擎设计中核心的部分之一。也称网页预处理子系统。本程序用的是基于lucene而设计的。-Lucene-based web page generation tool, for Crawler has pages downloaded from the web page database, the software can index their web pages to generate, generate web pages search engine index is part of the design of one of the core. Also known as pre-processing subsystem website. This procedure used is based on the Lucene designed.
Platform: | Size: 3340288 | Author: 纯哲 | Hits:

[Search EngineCSharpSpider

Description: 一个用Csharp做的网络蜘蛛,请值的去研究一下.-CSharp make use of a Web Spider, please look to the value.
Platform: | Size: 28672 | Author: guxuehu | Hits:

[Search EnginejavaSearch

Description: 目录 目录 1 摘要 3 第一章 引言 4 第二章 搜索引擎的结构 5 2.1系统概述 5 2.2搜索引擎的构成 5 2.2.1网络机器人 5 2.2.2索引与搜索 5 2.2.3 Web服务器 6 2.3搜索引擎的主要指标及分析 6 2.4小节 6 第三章 网络机器人 7 3.1什么是网络机器人 7 3.2网络机器人的结构分析 7 3.2.1如何解析HTML 7 3.2.2 Spider程序结构 8 3.2.3如何构造Spider程序 9 3.2.4如何提高程序性能 11 3.2.5网络机器人的代码分析 12 3.3小节 14 第四章 基于LUCENE的索引与搜索 15 4.1什么是LUCENE全文检索 15 4.2 LUCENE的原理分析 15 4.2.1全文检索的实现机制 15 4.2.2 Lucene的索引效率 15 4.2.3 中文切分词机制 17 4.3 LUCENE与SPIDER的结合 18 4.4小节 21 第五章 基于TOMCAT的WEB服务器 22 5.1什么是基于TOMCAT的WEB服务器 22 5.2用户接口设计 22 5.3.1客户端设计 22 5.3.2服务端设计 23 5.3在TOMCAT上部署项目 25 5.4小节 25 第六章 搜索引擎策略 26 6.1简介 26 6.2面向主题的搜索策略 26 6.2.1导向词 26 6.2.3权威网页和中心网页 27 6.3小节 27 参考文献 28-err
Platform: | Size: 907264 | Author: 李丽 | Hits:

[Search EngineAnalyzerViewer_source

Description: Lucene.Net is a high performance Information Retrieval (IR) library, also known as a search engine library. Lucene.Net contains powerful APIs for creating full text indexes and implementing advanced and precise search technologies into your programs. Some people may confuse Lucene.net with a ready to use application like a web search/crawler, or a file search application, but Lucene.Net is not such an application, it s a framework library. Lucene.Net provides a framework for implementing these difficult technologies yourself. Lucene.Net makes no discriminations on what you can index and search, which gives you a lot more power compared to other full text indexing/searching implications you can index anything that can be represented as text. There are also ways to get Lucene.Net to index HTML, Office documents, PDF files, and much more.-Lucene.Net is a high performance Information Retrieval (IR) library, also known as a search engine library. Lucene.Net contains powerful APIs for creating full text indexes and implementing advanced and precise search technologies into your programs. Some people may confuse Lucene.net with a ready to use application like a web search/crawler, or a file search application, but Lucene.Net is not such an application, it s a framework library. Lucene.Net provides a framework for implementing these difficult technologies yourself. Lucene.Net makes no discriminations on what you can index and search, which gives you a lot more power compared to other full text indexing/searching implications you can index anything that can be represented as text. There are also ways to get Lucene.Net to index HTML, Office documents, PDF files, and much more.
Platform: | Size: 320512 | Author: Yu-Chieh Wu | Hits:

[Search EngineSearchEngine

Description: C#+Lucene.Net开发完成的一个自定义WEB搜索引擎,本项目实现了分词、模糊索引,加以Lucene.Net内部核心功能共同实现了搜索机制引擎-C#+ Lucene.Net developed a custom WEB search engine, the project achieved a sub-word, fuzzy indexing, Lucene.Net be the core function of the internal search mechanism to achieve a common engine
Platform: | Size: 5300224 | Author: tony | Hits:

[JSP/Javasample.dw.paper.lucene

Description: 本文用lucene和Heritrix构建了一个Web 搜索应用程序。Lucene 是基于 Java 的全文信息检索包,它目前是 Apache Jakarta 家族下面的一个开源项目。-In this paper, lucene and Heritrix built a Web search application. Lucene is a Java-based full-text information retrieval package, which is now the Apache Jakarta family, following an open source project.
Platform: | Size: 2140160 | Author: abenson | Hits:

[JSPLuceneInAction

Description: Manning - Lucene in Action Lucene is a gem in the open-source world--a highly scalable, fast search engine. It delivers performance and is disarmingly easy to use. Lucene in Action is the authoritative guide to Lucene. It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results. Adding search to your application can be easy. With many reusable examples and good advice on best practices, Lucene in Action shows you how. And if you would like to search through Lucene in Action over the Web, you can do so using Lucene itself as the search engine--take a look at the authors awesome Search Inside solution. Its results page resembles Google s and provides a novel yet familiar interface to the entire book and book blog.-Manning- Lucene in Action Lucene is a gem in the open-source world--a highly scalable, fast search engine. It delivers performance and is disarmingly easy to use. Lucene in Action is the authoritative guide to Lucene. It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results. Adding search to your application can be easy. With many reusable examples and good advice on best practices, Lucene in Action shows you how. And if you would like to search through Lucene in Action over the Web, you can do so using Lucene itself as the search engine--take a look at the authors awesome Search Inside solution. Its results page resembles Google s and provides a novel yet familiar interface to the entire book and book blog.
Platform: | Size: 13760512 | Author: Tuan Minh | Hits:

[JSP/Javaonto

Description: 通过建立领域本体片段,和使用lucene 技术,实现对互联网主题信息的采集和存储。-based—Ontology topic crawler,use API of lucene and database to implete the fuction of collection and storage of topic information on web.
Platform: | Size: 27648 | Author: 吕西 | Hits:

[JSP/Javasearch

Description: lucene应用实例程序,包含了建立索引到web搜索的完整代码,里面用到的数据库是dedecms的,可以自己去下载,config.xml为配置文件,需要配置索引目录和链接数据的用户密码。该代码实例可以直接作为你用lucene建立全文搜索的参考-lucene Applications programs, including the establishment of an index to the web search the complete code, which used the database is dedecms, and can themselves download, config.xml for the configuration file, you need to configure the index directory and link the data user' s password. The code examples can you use lucene as a reference for the establishment of full-text search
Platform: | Size: 95232 | Author: strayly | Hits:

[JSP/JavaLuceneWeb

Description: 基于Lucene、Bot实现的一个Web搜索引擎 是一个使用Eclipse的中文搜索引擎 可实现一层爬行-Based on Lucene, Bot implemented a Web search engine is the use of an Eclipse of the Chinese search engine enables a layer of creeping
Platform: | Size: 1800192 | Author: Lee Joan | Hits:

[JSP/JavaLireV2.0.1

Description: lire 是基于lucene的图片搜索技术,很强大 ,很强大 ,很强大。-Internet Archive Web Crawler The archive-crawler project is building a flexible, extensib
Platform: | Size: 2829312 | Author: | Hits:

[Search EngineXi.searcher

Description: jsp+tomcat+lucene编写,简易搜索引擎的实现,网页库可重新运行spider搜索-jsp+ tomcat+ lucene write, simple implementation of the search engine, Web database search can be re-run the spider
Platform: | Size: 30998528 | Author: zhizhuo | Hits:

[JSP/Javamylucene-web

Description: 一个有关lucene相关知识的实例,对lucene有初步的了解-about lucene example jsp
Platform: | Size: 899072 | Author: 王先生 | Hits:

[Search Enginebbs

Description: Lucene+Heritrix搜索引擎的一个成功案例 市值30000万 只需下载,用Eclipse-import为web工程就可以了 需要安装mysql 5.5 同时由于此工程为web工程所以假如您的Eclipse没有安装tomcatPlugin的话,请也同时安装tomcatPlugin -Lucene+ Heritrix case of a successful search engine market capitalization of 300 million just to download, with the Eclipse-import for the web project can be a need to install mysql 5.5 also works for the web works because of this so if you have not installed tomcatPlugin Eclipse, please also Installation tomcatPlugin
Platform: | Size: 4206592 | Author: feeking1997 | Hits:

[JSP/JavaWebSearch

Description: 基于Java、Lucene、刨丁解牛的站内新闻搜索引擎,集成了多项技术。-It s a web news search engine based on Java, Lucene and Paoding Analyzer.
Platform: | Size: 16400384 | Author: 威廉 | Hits:

[JSP/JavaLucene_01

Description: lucene检索实例 lucene入门 web 检索-lucene web search
Platform: | Size: 13312 | Author: sxt | Hits:

[Internet-NetworkLucene

Description: 小型搜索引擎,实现网络爬虫,下载网页,建立网页索引,提供关键字搜索-Small search engine Web crawler, download page, create web pages index and keyword search
Platform: | Size: 1439744 | Author: | Hits:
« 1 23 4 »

CodeBus www.codebus.net